From: Richard M. Stallman Date: Sun, 16 May 1993 15:48:45 +0000 (+0000) Subject: (mark-paragraph): Activate the mark. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96233 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0b108c0173e65d4b49909c6da1d25db440c9bd88;p=emacs.git (mark-paragraph): Activate the mark. --- diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index ae2af674074..723cf0a6d35 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -134,7 +134,7 @@ See `forward-paragraph' for more information." The paragraph marked is the one that contains point or follows point." (interactive) (forward-paragraph 1) - (push-mark nil t) + (push-mark nil t t) (backward-paragraph 1)) (defun kill-paragraph (arg)